home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************/
- /* File : pixmap.h */
- /* Purpose: pixmap header for mpsql button bar */
- /* By : Keith R. Davis */
- /* Date : 9/9/95 */
- /* Notes : Copyright(c) 1996 White River Software */
- /************************************************************************/
-
- #ifndef _PIXMAP_H
- #define _PIXMAP_H
-
- #include "bitmaps/new.xpm" /* new SQL file xpm */
- #include "bitmaps/open.xpm" /* open SQL file xpm */
- #include "bitmaps/save.xpm" /* save SQL file xpm */
- #include "bitmaps/print.xpm" /* print SQL file xpm */
- #include "bitmaps/execute.xpm" /* execute SQL file xpm */
- #include "bitmaps/spool.xpm" /* spool SQL results xpm */
- #include "bitmaps/connect.xpm" /* connect to db xpm */
- #include "bitmaps/about.xpm" /* about box xpm */
- #include "bitmaps/icon.xpm" /* app icon xpm */
-
- #endif
-